home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / rend10.lzh / REND1.0 / Include / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  155 b   |  11 lines

  1. #ifndef ERRORS_H
  2. #define ERRORS_H
  3.   
  4.  /* Global error definitions. */
  5.  
  6. #define SUCCESS            0
  7. #define OPEN_VIEW_FAILURE    5
  8. #define MEM_ALLOC_FAILURE    6
  9.  
  10. #endif
  11.